Hidden features of C#3.5 [closed]

Posted by xyz on Stack Overflow See other posts from Stack Overflow or by xyz
Published on 2010-03-29T11:42:30Z Indexed on 2010/03/29 11:53 UTC
Read the original article Hit count: 358

Filed under:
|
|
|

Possible Duplicate:
Hidden Features of C#?

Kindly donot mistake this question with Hidden Features of C#?.

It is specific to C# 3.5 / dot net 3.5

I have figured out some(what I have used so far). They are as under

1) Linq 2(Objects, Sql, Xml)

2) Lambda expressions

3) Extention methods

4) Object initializers

5) Collection initialisers

6) Anonymous delegates

7)Automatic properties

Please help me in finding out more.

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about c#3.0